README
This is not a live dashboard!
Data was last updated 05/23/2025.
Pre Surveys
387
Post Surveys
167
Date entry by Council:
| council | Post | Pre |
|---|---|---|
| Citrus Council | 51 | 114 |
| Gateway Council | 59 | 97 |
| Southeast Council | 57 | 113 |
| West Central Council | 0 | 63 |
| Total | 167 | 387 |
Pre Surveys by Site:
//| id: fun
//| classes: table green-box
viewof my_table = (() => {
const table = Inputs.table(filtered); // Use your real data here
setTimeout(() => {
const innerTable = table.querySelector("table");
if (innerTable) {
innerTable.classList.add("table-green-header");
}
}, 50);
return table;
})();